From 1c70adac5a9fa2984d0910cc7c8d4b2f73951327 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 15 Feb 2019 23:07:11 +0100 Subject: xcftools is know in [community] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xcftools [moved to community]/watch- | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 xcftools [moved to community]/watch- (limited to 'xcftools [moved to community]/watch-') diff --git a/xcftools [moved to community]/watch- b/xcftools [moved to community]/watch- new file mode 100755 index 0000000..09ac1eb --- /dev/null +++ b/xcftools [moved to community]/watch- @@ -0,0 +1,20 @@ +#!/bin/sh + +[ -f 'versions' ] && rm 'versions' +wget http://henning.makholm.net/xcftools -O - | grep -Po ']*>' | grep 'xcftools' | grep -v asc > versions +if [ $? = 0 ]; then + [ -f unfetchable ] && rm unfetchable + md5sum < versions > new-sum + touch sum + if [ "$(cat sum)" = "$(cat new-sum)" ]; then + rm new-sum + else + mv new-sum sum + echo 'xcftools' + fi + rm versions +elif [ ! -f unfetchable ]; then + touch unfetchable + echo 'xcftools (unfetchable)' +fi + -- cgit v1.2.3-70-g09d2